runtime.spanSet.spineCap (field)
6 uses
runtime (current package)
mspanset.go#L38: spineCap uintptr // Spine array cap, accessed under spineLock
mspanset.go#L98: if spineLen == b.spineCap {
mspanset.go#L100: newCap := b.spineCap * 2
mspanset.go#L105: if b.spineCap != 0 {
mspanset.go#L108: memmove(newSpine, spine.p, b.spineCap*goarch.PtrSize)
mspanset.go#L114: b.spineCap = newCap
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |